Skip to content

use explicit path to exiftool#1

Open
pdk wants to merge 1 commit intobezineb5:mainfrom
pdk:master
Open

use explicit path to exiftool#1
pdk wants to merge 1 commit intobezineb5:mainfrom
pdk:master

Conversation

@pdk
Copy link

@pdk pdk commented May 4, 2023

The path_helper wasn't working for me. Changed to explicit path to exiftool. Also, updating Caption One 12 -> 23.


-- Extract the crop area from the EXIF
set commandLine to "eval `/usr/libexec/path_helper -s`; exiftool -X -DefaultUserCrop \"" & imagePath & "\""
set commandLine to "/opt/homebrew/bin/exiftool -X -DefaultUserCrop \"" & imagePath & "\""
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is specific to you own setup. The correct approach would be to understand why eval /usr/libexec/path_helper -s; does not work on your computer.

Copy link
Owner

@bezineb5 bezineb5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make the solution generic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants